home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig20-out < prev    next >
Encoding:
Text File  |  1996-08-26  |  530 b   |  14 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. switch.c: (in function decide)
  4. <A HREF="switch.c.html#line11" target="source">switch.c:11,10</A>: Fall through case (no preceeding
  5.                    break)
  6.   Execution falls through from the previous case.
  7.   (-casebreak will suppress message)
  8. <A HREF="switch.c.html#line14" target="source">switch.c:14,6</A>: Missing case in switch: DEFINITELY
  9.   Not all values in an enumeration are present as
  10.   cases in the switch. (-misscase will suppress
  11.   message)
  12.  
  13. Finished LCLint checking --- 2 code errors found
  14.